ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MenuBase<T> Class / OpenOnHover Property






In This Topic
    OpenOnHover Property (MenuBase<T>)
    In This Topic
    Gets or sets a value that determines whether the menu should open and close automatically when the mouse hovers over the items.
    Syntax
    'Declaration
     
    
    Public Property OpenOnHover As System.Boolean
    'Usage
     
    
    Dim instance As MenuBase(Of T)
    Dim value As System.Boolean
     
    instance.OpenOnHover = value
     
    value = instance.OpenOnHover
    public System.bool OpenOnHover {get; set;}
    public read-write property OpenOnHover: System.Boolean; 
    public function get,set OpenOnHover : System.boolean
    public: __property System.bool get_OpenOnHover();
    public: __property void set_OpenOnHover( 
       System.bool value
    );
    public:
    property System.bool OpenOnHover {
       System.bool get();
       void set (    System.bool value);
    }
    See Also